home *** CD-ROM | disk | FTP | other *** search
/ Freaks Macintosh Archive / Freaks Macintosh Archive.bin / Freaks Macintosh Archives / Mp3 / MusicVac.sit / MusicVac ƒ / Read Me! < prev    next >
Text File  |  1998-04-20  |  3KB  |  53 lines

  1. MusicVac, alpha 11 - By Ryan Black
  2.    http://members.aol.com/aborg7of9/
  3.  
  4. Update information:
  5.  
  6.   • Changed name from MP3 Typer to MusicVac
  7.  
  8.   • Fixed a minor bug in the find/replace code.
  9.  
  10.   • Fixed a minor bug in creation/modification date repair.
  11.  
  12.   • Now generates an "Error Log" file if any problem is encountered, and notifies the user of an error only once per run.  It is then the user's option to check or ignore the log.
  13.  
  14.   • Added case insensitivity to the PC extension removal.  Previously, MusicVac would only remove the extension if it exactly matched the case you put in the prefs.
  15.  
  16.   • Added option to remove leading and ending spaces in file names.  If enabled, this code executes twice - once before removing the PC extension and doing find/replace commands, and once after.  This guarantees that all leading/ending spaces and the PC file extension are removed.
  17.  
  18. Please read this entire file.  It's not that long, and if you don't read it you may screw up some of your files.
  19.  
  20. To set MusicVac's preferences, just open it without dragging any files to it.
  21.  
  22. To apply settings to an MP3 file, drag it to MusicVac.  Multiple files are supported, but folders are not yet supported.
  23.  
  24. MusicVac currently offers these features:
  25.   • Removal of info window comments (saved automatically to "Saved Comments" file, just in case you need them again)
  26.   • Removal of the resource fork (saves some space by getting rid of unnecessary information)
  27.   • Removal of a specified PC file extension if it exists (Blah.mp3 becomes Blah)
  28.   • Removal of leading and ending spaces in file names.
  29.   • Automatic repair of invalid file information bits.  (invalid bundle bits, custom icon bits, etc. are fixed automatically)
  30.   • Automatic repair of invalid file creation/modification dates
  31.   • Find and replace in file names
  32.   • Removal of Finder label for a file
  33.   • Change file type and creator.  The following are common file types and creators.  Do not include the quotes.
  34.  
  35.         Vamp     = Type: "mp3!"    Creator: "mp3!"
  36.         MacAmp   = Type: "MPEG"    Creator: "MAmp"
  37.         SoundApp = Type: "MPEG"    Creator: "SCPL"
  38.  
  39. Features planned for future releases:
  40.   • Add a custom program icon (send me ideas!)
  41.   • Remove non-standard header SoundEdit adds to mp3's  (mp3 encoder does not add this)
  42.   • Support drag and drop of folders?  (I'm not quite sure how to do this)
  43.  
  44. Want a feature added, or find a bug?
  45.   I can't guarantee anything, but I'll try.
  46.   Email me at: ABorg7of9@aol.com
  47.  
  48. For the curious:
  49.   • MusicVac was written in Think Pascal 4.0.2
  50.   • Having PC file extensions on a Mac is evil
  51.   • Putting info in the version resource is also evil
  52.  
  53. Some code was used from the PNL Libraries, by Peter N. Lewis.  Thanks Peter!